Platform Explorer / Nuxeo Platform LTS 2016 8.10

Component org.nuxeo.ecm.core.trash.TrashService

Documentation

The trash service is responsible for deleting, purging and undeleting documents based on the lifecycle state.

Implementation

Class: org.nuxeo.ecm.core.trash.TrashServiceImpl

Services

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.trash.TrashService"
  version="1.0">

  <service>
    <provide interface="org.nuxeo.ecm.core.trash.TrashService" />
  </service>

  <implementation class="org.nuxeo.ecm.core.trash.TrashServiceImpl" />

  <documentation>
    The trash service is responsible for deleting, purging and undeleting documents
    based on the lifecycle state.
  </documentation>

  <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
    <documentation>
      Property defining the behavior when putting a checked in document in the trash.
      When true, the document will be kept checked in (this avoids growing quotas).
      When false, the document will be checked out (compatibility behavior).
    </documentation>
    <property name="org.nuxeo.trash.keepCheckedIn">true</property>
  </extension>

</component>